home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / incoming / jstools-.6v3 / jstools- / jstools-tk3.6v3.0 / lib / samples / textbindings.tcl < prev   
Encoding:
Text File  |  1995-03-14  |  436 b   |  9 lines

  1. # .textbindings.tcl - emacs-like keyboard bindings for the edit.tk application
  2. #    (and any other Tk-based applications that choose to honour this file)
  3.  
  4. ######################################################################
  5. # JAYISMS - useful on a NeXT
  6. bind Text <Control-slash>        {j:tkb:self_insert %W %K "\\"}
  7. bind Text <Control-quoteright>        {j:tkb:self_insert %W %K "`"}
  8. bind Text <Control-semicolon>        {j:tkb:self_insert %W %K "|"}
  9.